From 6301827dacc0c3e1a25ab99c65022f3e581cb2bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sun, 22 May 2016 08:24:46 +0200 Subject: [PATCH] range: Properly indent closing brace Make sure it's obvious what if block it belongs to. --- gtk/gtkrange.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index 3b9efce433..2ded1b802c 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -1990,7 +1990,7 @@ gtk_range_allocate_trough (GtkCssGadget *gadget, highlight_alloc.x = slider_alloc.x + slider_alloc.width / 2; highlight_alloc.width = allocation->x + allocation->width - highlight_alloc.x; } - } + } else { if (!should_invert (range)) -- 2.30.2